projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bffdf9
)
Mention affected settings of which-key-dont-use-unicode
author
Jeremy Bryant
<jb@jeremybryant.net>
Tue, 20 Feb 2024 21:21:54 +0000
(21:21 +0000)
committer
Justin Burkett
<justin@burkett.cc>
Wed, 21 Feb 2024 00:20:13 +0000
(19:20 -0500)
* which-key.el (which-key-separator): Improve docstring
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 0e6870aa8b84cf2aca87cbaeb5a0fa699bc6a22b..45301725704e1c382c995b936942c1fb8ddd6a22 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-133,7
+133,9
@@
of the which-key popup."
:version "1.0")
(defcustom which-key-dont-use-unicode nil
- "If non-nil, don't use any unicode characters in default setup."
+ "If non-nil, don't use any unicode characters in default setup.
+For affected settings, see `which-key-replacement-alist', `which-key-ellipsis'
+'which-key-separator'."
:group 'which-key
:type 'boolean
:version "1.0")